<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* å¾ˆé‡è¦  */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* é¦–é¡µäº§å“å±•ç¤º */

.index6{padding:0px 0 0px 0; }

.index6Tab .bd{padding-top:0px;}
.index6Tab .bdList .list{width:49.34%; margin: 20px 1.32% 0 0; border-radius: 0px; background-color:#f7f7f7; float:left; box-shadow: 0 0 0px rgba(0,0,0,0.05); padding:30px 30px 30px 20px; position: relative;}
.index6Tab .bdList .list:nth-child(2n){margin-right:0;}
.index6Tab .bdList .list .pic{width:200px; float:left; overflow: hidden;}
.index6Tab .bdList .list .pic img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.index6Tab .bdList .list .text{margin-left:235px;}
.index6Tab .bdList .list .text .H4{font-size:28px; color:#333333; padding: 18px 0 13px 0;}
.index6Tab .bdList .list .text .p{font-size:16px; color:#333333; line-height: 24px; height: 40px; opacity: 0.66;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index6Tab .bdList .list .text .time{font-size:14px; color:#333333; opacity: 0.6; text-align: right; margin-top:8px;}
.index6Tab .bdList .list .ico{width:28px; height: 28px; position: absolute; bottom:25px; right:30px; opacity: 0; line-height: 0;}
@media screen and (min-width:992px){
	.index6Tab .bdList .list:hover{background-color:#efefef;}
.index6Tab .bdList .list:hover .pic img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.index6Tab .bdList .list:hover .H4{color:#000;}
.index6Tab .bdList .list:hover .p{color:#000;}
.index6Tab .bdList .list:hover .time{color:#fff; opacity: 1; text-align: left;}
.index6Tab .bdList .list:hover .ico{opacity:1;}
}

@media screen and (max-width:1199px){
	.index6Tab .hd li{margin-left:0; font-size:14px;}
	.index6Tab .bdList .list{padding:10px;}
	.index6Tab .bdList .list .text{margin-left:210px;}
}
@media screen and (max-width:767px){
	.index6{padding:30px 0;}
	.index6Tab { clear: both; padding-top:25px;}
	.index6Tab .hd{text-align:center;}
	.index6Tab .hd li{width:25%; border-radius: 4px;}
	.index6Tab .bd{padding-top:10px;}
	.index6Tab .bdList .list{width:100%; margin: 10px 0 0 0;}
	.index6Tab .bdList .list .pic{width:130px;}
	.index6Tab .bdList .list .text{margin-left:140px;}
	.index6Tab .bdList .list .text .H4{font-size:22px; margin: 0 0 5px 0;}
	.index6Tab .bdList .list .text .time{font-size:14px; margin: 4px 0 0 0; text-align: left;}
}



.probtn {
	 margin-top: 20px;
    font-size: 0;
    display: inline-block;
    position: relative;
}

.probtn a {
    display: block;
    border: 1px solid #ccc;
    padding: 12px 25px;
}

.probtn span {
    font-size: 15px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    z-index: 3;
    position: relative;
}

.probtn i {
    width: 12px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../image/right2.png");
    background-size: 100% 100%;
    margin-top: 3px;
    position: relative;
    z-index: 3;
    opacity: .5;
}

.probtn .promore::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c5291;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.probtn .promore:hover::before {
    width: 100%;
}

.probtn .promore:hover span {
    color: #fff;
}

.probtn .promore:hover i {
    background: url("../image/right3.png");
    background-size: 100% 100%;
    opacity: 1;
}

.probtn a::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c5291;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.probtn .promore2::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c5291;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.probtn a:hover::before {
    width: 100%;
}

.probtn a:hover span {
    color: #fff;
}

.probtn a:hover i {
    background: url("../image/right3.png");
    background-size: 100% 100%;
    opacity: 1;
}


.probtn .promore2::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c5291;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.probtn .promore2:hover::before {
    width: 100%;
}

.probtn .promore2:hover span {
    color: #fff;
}

.probtn .promore2:hover i {
    background: url("../image/right3.png");
    background-size: 100% 100%;
    opacity: 1;
}


 .box .promore span {
    color: #999999;
}

 .box .promore:hover span {
    color: #ffffff;
}

</pre></body></html>